﻿
/*统一样式*/
/*有链接的颜色#444444  没链接的字颜色#888888. 鼠标经过颜色#1284d2; */
body {
    font: 13px/24px sans-serif,Arial;
    background: #fafafa;
    /*background: #F9F9F9;*/
     /*background: #f5f5f5;*/
    color: #444444;
    font-family: "Microsoft YaHei",微软雅黑,"Microsoft JhengHei",华文细黑,STHeiti,MingLiu;
}

img, ul, li {
    margin: 0;
    padding: 0;
}

img {
    border: none;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #444444;
}

    a:hover {
        color: #1284d2;
    }

ul li {
    list-style: none;
}

em {
    font-style: normal;
    color: #ae0000;
}

h1 {
    font-weight: normal;
}



/*******************************************/
/****** 列表页 查看数、点赞数等信息 ********/
/*******************************************/
.praiseInfo {
    margin-top: 4px;
    line-height: 22px;
    height: 30px;
}

    .praiseInfo .data {
        float: left;
        text-indent: 3px;
        color: #9C9C9C;
    }
        .praiseInfo .data a {
        float: left;
        display:block;
        padding:0 5px;
    }

/*******************************************/
/************ 详细页点赞区域 ***************/
/*******************************************/
.operateArea {
    margin-top: 20px;
    width: 670px;
    height: 30px;
}

    .operateArea .number {
        float: left;
        margin-left: 2px;
        width: inherit;
    }

    .operateArea .right {
        float: right;
        margin-right: 10px;
    }

    .operateArea ul li {
        width: 20px;
        height: 20px;
        float: left;
        cursor: pointer;
        margin-left: 10px;
    }

.dPraise {
    background: url(/content/images/ico/zanico.png) no-repeat;
    width: 23px;
    height: 25px;
}

    .dPraise:hover {
        background: url(/content/images/ico/zanico.png) no-repeat 0 -46px;
    }

.dPraise2 {
    background: url(/content/images/ico/zanico.png) no-repeat 0 -46px;
}

.dStamp {
    background: url(/content/images/ico/zanico.png) no-repeat 0 -25px;
    margin-top: 3px;
}

    .dStamp:hover {
        background: url(/content/images/ico/zanico.png) no-repeat 0 -71px;
    }

.dStamp2 {
    background: url(/content/images/ico/zanico.png) no-repeat 0 -71px;
    margin-top: 3px;
}
/**********************************/
/************右侧推荐专家样式************/
/**********************************/
.specialRecomment {
}

    .specialRecomment .recommendContent {
        background-color: white;
        border: 1px solid #e4e4e4;
    }

    .specialRecomment .inner {
        width: 240px;
        border: 0px solid red;
        margin: auto;
        padding: 10px 0px;
    }

    .specialRecomment .item {
        padding: 10px 5px;
    }

        .specialRecomment .item:hover {
            background-color: #EDEDED;
        }

    .specialRecomment .rightTitle {
        background: #e7f6ff;
        border-bottom: 1px solid #1284d2;
        padding-left: 10px;
        height: 30px;
        line-height: 25px;
        padding-top: 4px;
    }

        .specialRecomment .rightTitle .icoSpec {
            float: left;
            width: 30px;
            height: 30px;
            background: url(../images/ico/icokorea.png) no-repeat 0 -30px;
        }

    .specialRecomment .title2 {
        float: left;
        padding-left: 5px;
        line-height: 30px;
        font-size: 16px;
    }

    .specialRecomment .left {
        width: 90px;
        height: 90px;
        margin-right: 15px;
    }

        .specialRecomment .left img {
            width: 100%;
            height: 100%;
        }

    .specialRecomment .right {
        width: 120px;
    }

        .specialRecomment .right .name {
            font-size: 14px;
        }

        .specialRecomment .right .title {
            font-size: 12px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .specialRecomment .right .onlineLink {
            margin-top: 14px;
        }
/**推荐专家样式2（竖线类型的）***/
.specialistDiv {
    padding-top: 15px;
}

    .specialistDiv inner {
        margin: 20px 10px;
    }


    .specialistDiv .item {
        padding: 10px 10px;
        border: 0px solid red;
    }

        .specialistDiv .item:hover {
            background-color: #EDEDED;
        }

    .specialistDiv .right {
        width: 120px;
        margin-left: 10px;
        display: inline;
    }

    .specialistDiv .onlineLink {
        margin-top: 5px;
    }


    .specialistDiv .zhiwei {
        font-size: 12px;
    }

    .specialistDiv .laos_name {
        font-size: 14px;
    }

/**********************************/
/************面包屑导航************/
/**********************************/
/*统一样式：有链接的颜色#444444  没链接的字颜色#888888. 鼠标经过颜色#1284d2; */
.NavStyle {
    width: 1004px;
    margin: 0 auto;
    height: 40px;
    line-height: 40px;
    color: #888888;
}

    .NavStyle span {
        margin: 0 5px;
    }

    .NavStyle a {
        text-decoration: none;
        color: #444444;
    }

        .NavStyle a:hover {
            color: #1284d2;
        }

/**********************************/
/************ 统一文字按钮样式 ************/
/**********************************/
/*棕色按钮*/
.orangeBtn {
    height: 35px;
    line-height: 35px;
    text-align: center;
    min-width: 80px;
    color: white;
    font-size: 16px;
    letter-spacing: 2px;
    background: #FE9741;
    display: inline-block;
    cursor: pointer;
    font-weight: lighter;
}

    .orangeBtn:hover {
        background-color: #F58E39;
        color: white;
    }

.blueBtn {
    height: 35px;
    line-height: 35px;
    text-align: center;
    min-width: 80px;
    color: white;
    font-size: 16px;
    letter-spacing: 2px;
    background: #1284d2;
    display: inline-block;
    cursor: pointer;
    font-weight: lighter;
}

    .blueBtn:hover {
        background-color: #0F6CAF;
        color: white;
    }

.blueBtn_small {
    height: 30px;
    line-height: 29px;
    text-align: center;
    padding: 0px 25px;
    color: white;
    font-size: 13px;
    letter-spacing: 2px;
    background: #1284d2;
    display: inline-block;
    cursor: pointer;
    font-weight: lighter;
}

    .blueBtn_small:hover {
        background-color: #0F6CAF;
        color: white;
    }
/*关注按钮*/
.attentionBtn {
    background: #1384D2;
    color: #FFF;
    line-height: 27px;
    text-align: center;
    margin-top: 15px;
    width: 74px;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 2px;
    cursor: pointer;
}

.attentionBtnHot {
    color: #FF0;
}

.attentionBtn:hover {
    background-color: #0F6CAF;
    color: #FF0;
}

.attentionCount {
    font-size:12px;
}

    .attentionCount span {
        padding: 0px 3px;
        display: inline-block;
        color: red;
    }

/*校代 关注、预约按钮*/
.schAgentBtn {
    width: 96px;
    height: 32px;
    line-height: 32px;
}

    .schAgentBtn:hover {
        background-color: #0F6CAF;
        color: #FF0;
    }

.orderBtn {
    text-align: center;
    width: 96px;
    height: 32px;
    background: #1384D2;
    color: #FFFFFF;
    line-height: 32px;
    cursor: pointer;
}
/*收藏按钮*/
.collectBtn {
    background: #F3F3F3;
    float: left;
    padding: 0px 15px;
    height: 45px;
    cursor: pointer;
    border-radius: 2px;
    letter-spacing: 2px;
}

.collectBtnHot {
}

.collectBtn:hover {
    background: #E8E3E3;
}

.collectBtn .icon {
    width: 18px;
    height: 18px;
    background: url(../images/ico/icokorea.png) -121px -30px no-repeat;
    margin: auto;
    margin-top: 2px;
}

.collectBtnHot .icon {
    width: 18px;
    height: 18px;
    background: url(../images/ico/icokorea.png) -121px 1px no-repeat;
    margin: auto;
    margin-top: 2px;
}

.viewMoreBtn {
    background: #e8f6ff;
    height: 35px;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
    margin: auto;
    margin-top:20px;
    -webkit-transition: background linear 0.3s;
    transition: background linear 0.3s;
    letter-spacing: 2px;
}

    .viewMoreBtn:active {
        color: #FC2727;
    }

    .viewMoreBtn:hover {
        background: #D3EAF5;
    }

/*在线咨询按钮*/
.onlineLink {
    background: #1384D2;
    color: #FFF;
    line-height: 27px;
    text-align: center;
    margin-top: 18px;
    width: 74px;
    display: inline-block;
    font-size:12px;
    letter-spacing:1px;
}

.onlineLink2 {
    background: #3e98eb;
    color: #FFF;
    height: 29px;
    line-height: 27px;
    text-align: center;
    width: 97px;
    display: inline-block;
    border-radius: 2px;
}

.onlineLink3 {
    background: #3e98eb;
    color: #FFF;
    height: 45px;
    line-height: 43px;
    text-align: center;
    padding:0px 30px;
    display: inline-block;
    border-radius: 2px;
    font-size: 20px;
    font-weight: lighter;
}

.online:hover {
    background-color: #0F6CAF;
    color: #FF0;
}

.offlineLink {
    background: #6D767C;
    color: #FFF;
    line-height: 27px;
    text-align: center;
    margin-top: 18px;
    width: 74px;
    display: inline-block;
}



/**********************************/
/************ 右侧标题样式 1.带竖线的 2.蓝色背景************/
/**********************************/
.verLineTitle {
    border-bottom: 1px solid #1284d2;
    height: 40px;
    font-size: 15px;
    line-height: 40px;
    font-size: 15px;
}

    .verLineTitle .icon {
        border-left: 3px solid #1284D2;
        height: 20px;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 4px;
    }

    .verLineTitle .viewMore {
        margin-top: 5px;
    }
.blueBackTitle {
    height:35px;
    background:#E7F6FF;
    text-indent:15px;
    font-size:15px;
    letter-spacing:2px;
    line-height:35px;
}

/********************Slider 样式重写*********************/
.contentMain {
    width: 1004px;
    margin: 0 auto;
    border: 0px solid red;
}

    .contentMain .sliderBar {
        border: 0px;
    }

        .contentMain .sliderBar .sliderContainer {
            border: 0px;
        }

.sliderBox2 .sliderBar .btn {
    width: 42px;
    height: 43px;
    border: 0px solid red;
}

.sliderBox2 .sliderBar .leftBtn .imgDiv {
    background: url(../images/index2/index2.png) no-repeat -210px -60px;
    width: 42px;
    height: 43px;
    left: 0px;
    top: 0px;
}

.sliderBox2 .sliderBar .rightBtn .imgDiv {
    background: url(../images/index2/index2.png) no-repeat -258px -60px;
    width: 42px;
    height: 43px;
    right: 0px;
    top: 0px;
}

.sliderBox2 .sliderBar .btn .backDiv {
    background-color: transparent;
}

.sliderBox2 .sliderBar .backDiv-hover {
    background-color: transparent;
}

.sliderBox3 .sliderBar .btn {
    width: 30px;
    height: 30px;
}

.sliderBox3 .sliderBar .leftBtn .imgDiv {
    background: url(../images/index2/index2.png) no-repeat -120px -60px;
    width: 30px;
    height: 30px;
    left: 0px;
    top: 0px;
}

.sliderBox3 .sliderBar .rightBtn .imgDiv {
    background: url(../images/index2/index2.png) no-repeat -148px -60px;
    width: 30px;
    height: 30px;
    right: 0px;
    top: 0px;
}

.sliderBox3 .sliderBar .btn .backDiv {
    background-color: transparent;
}

.sliderBox3 .sliderBar .backDiv-hover {
    background-color: transparent;
}


/****************服务项目  公用样式***************/
.market {
    width: 734px;
    margin-right: 15px;
    float: left;
    border: 0px solid red;
}

    .market .titleIcon {
        background: url(../images/index2/index2.png) no-repeat -120px -32px;
    }

    .market .blueBtn {
        height: 40px;
        line-height: 40px;
        width: 160px;
        font-size: 18px;
        font-weight: lighter;
    }

    .market .classItem {
        margin-top: 12px;
    }

    .market .itemContent {
        margin-top: 10px;
    }

        .market .itemContent .itemLine {
            display: none;
        }

        .market .itemContent .item {
            float: left;
            width: 235px;
            height: 233px;
            float: left;
            background: white;
            border: 1px solid #E2E2E2;
            margin-right: 9px;
        }
        .market .itemContent .itemHome {
            margin-right: 18px;
        }
            .market .itemContent .item:hover {
                box-shadow: 0px 2px 3px rgba(0,0,0,0.5);
            }

            .market .itemContent .item img {
                -moz-transition: all 1s ease;
                -o-transition: all 1s ease;
                -webkit-transition: all 1s ease;
                transition: all 1s ease;
            }

            .market .itemContent .item:hover img {
                -webkit-transform: scale(1.2);
                -moz-transform: scale(1.2);
                -ms-transform: scale(1.2);
                -o-transform: scale(1.2);
                transform: scale(1.2);
            }

        .market .itemContent .itemRight {
            margin-right: 0px;
        }

    .market .smallItem .item {
        height: 198px;
        width: 174px;
    }

    .market .smallItem .itemRight {
        margin-right: 0px;
    }

    .market .smallItem .item .middleDiv {
        width: 156px;
    }

    .market .smallItem .item .bottomDiv {
        width: 156px;
    }

    .market .itemContent .itemInner {
        width: 215px;
        margin: auto;
        margin-top: 12px;
    }

    .market .itemContent .topImg {
        width: 215px;
        height: 145px;
        overflow: hidden;
    }

    .market img {
        width: 100%;
        height: 100%;
    }


    .market .smallItem .topImg {
        height: 122px;
        width: 174px;
    }

.itemContent .topImg img {
    width: 100%;
    height: 100%;
}

.market .itemContent .middleDiv {
    width: 205px;
    margin: 8px auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.market .itemContent .bottomDiv {
    width: 205px;
    margin: 5px auto;
}

.market .number {
    color: #FF0000;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
}
    .market .number em {
        font-size: 11px;
        color: #444;
        font-weight: normal;
    }

    .market .number .yuan {
        font-weight: normal;
        font-size: 12px;
    }

.market .secondClass {
    height: 20px;
    line-height: 20px;
    margin-top: 8px;
    letter-spacing: 1px;
}

    .market .secondClass span:hover {
        cursor: default;
    }

    .market .secondClass .title {
        display: inline-block;
        padding: 0px 10px;
        float: left;
    }

    .market .secondClass span {
        display: inline-block;
        float: left;
    }

.market .secondClass-hover {
    color: #1284d2;
}


/**网校课程通用样式****/
.courseItem {
    float: left;
    margin-left: 20px;
    width: 233px;
    border: 1px solid transparent;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;    
}
.shotItem .courseItem {
    margin-left:7px;
}

    .courseItem:hover {
        border-radius: 1px;
        box-shadow: #1284d2 0 0px 2px;
        background: white;
        border: 1px solid #1284d2;
    }
    .courseItemLeft {
    margin-left: 0px;
}

.icoYuGao {
    background: url(../images/ico/icocommon.png) -90px -60px no-repeat;
    width: 60px;
    height: 30px;
    position: absolute;
    top: -5px;
    right: -0px;
}

.courseItem .speaker {
    color: #9a9a9a;
    line-height: 25px;
}
    .courseItem .speaker a,.courseListTwo .line a {
        color: #9a9a9a;
    }
        .courseItem .speaker a:hover,.courseListTwo .line a:hover {
            color:#1284d2;
        }

.courseItem .content {
    width: 220px;
    margin: auto;
    padding-bottom: 5px;
}

.courseItem .topImg {
    width: 233px;
    height: 130px;
    margin: auto;
}

    .courseItem .topImg img {
        width: 100%;
        height: 100%;
    }

.courseItem .title {
    font-size: 13px;
    line-height: 35px;
    color: #434343;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.courseItem .teacher {
    color: #9a9a9a;
    line-height: 25px;
}

.courseItem .bottom {
    color: #9a9a9a;
    line-height: 25px;
}


/***********************内容页右侧**********************/
/*
* 新闻、案例、
*/
.h_dixian {
    border-bottom: 1px solid #1284d2;
    margin-top: 10px;
    padding-left: 8px;
    font-size: 16px;
    line-height: 35px;
}

.tu_btiao {
    width: 3px;
    height: 16px;
    background: #1284d2;
    float: left;
    margin-right: 10px;
    display: inline;
    margin-top: 10px;
}

/****案例右侧部分(新闻详细页面)******/
.caseRightPanel {
}

    .caseRightPanel .inner {
        padding-top: 10px;
    }

    .caseRightPanel .item {
        margin-top: 12px;
        margin-bottom: 12px;
    }

        .caseRightPanel .item .left {
            max-width: 175px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

    .caseRightPanel .circle {
        font-size: 14px;
        color: #899298;
        float: left;
        margin-right: 5px;
    }

    .caseRightPanel .item .time {
        float: right;
        font-size: 12px;
        color: #899298;
    }

/****案例右侧部分(案例详细页面)******/
.caseRightPanel2 {
    margin-bottom: 30px;
}

    .caseRightPanel2 .inner {
        padding-top: 10px;
    }

    .caseRightPanel2 .item {
        margin-top: 12px;
        margin-bottom: 12px;
    }

    .caseRightPanel2 .bian_ma1 {
        font-size: 14px;
        color: #899298;
        float: left;
        margin-right: 10px;
    }

    .caseRightPanel2 .left {
        max-width: 205px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .caseRightPanel2 .bian_ma2 {
        font-size: 14px;
        color: #F00;
        float: left;
        margin-right: 10px;
    }

    .caseRightPanel2 .viewCount {
        display: block;
        float: right;
        font-size: 12px;
        margin-right: 8px;
        color: #899298;
    }


.right_more {
    display: block;
    float: right;
    font-size: 12px;
    margin-right: 10px;
    color: #899298;
}


/**********************************/
/********* 小图标 样式控制 ********/
/**********************************/
/*专家头像*/
.icoSpecialist {
    background: url(../images/ico/icokorea.png) -30px -30px no-repeat;
    width: 20px;
    height: 20px;
    float: left;
    margin-top: 4px;
    margin-right: 6px;
}
/*搜索小图标*/
.icoSearch {
    background: url(../images/ico/icocommon.png) 0px -30px no-repeat;
    width: 22px;
    height: 25px;
    float: left;
    margin: 8px 10px 5px 15px;
}


/*韩国站浅蓝色背景*/
.lightBG {
background-color:#e7f6ff !important;
}

/***韩国站tq浮动****/
.leftTQ {
    background:#1284D2;
}

.tqClose {
    background:#1284D2;
}
.leftSmall {   
    background: #1284D2;   
}
.tqList a {
    font-size:14px;
    color:#444;
}
    .tqList a:hover {
        color:#1284d2;
    }
 .leftSmall {
        font-size:14px;
    }
 
 /*资料下载 筛选样式*/
    .thirdClass ul li .sel {
        background: #1284d2;
    }



    /*********右侧推荐院校图标*********/
.triangle {
    width: 0px;
    height: 0px;
    border-width: 5px;
    border-style: solid;
    border-color: #fff #fff #fff #1284D2;
    float: left;
    margin-top: 6px;
}
/**********右侧推荐阅读、最新阅读（视点、资讯列表 内容页）***************/
.readRecommedR .item,.newsItemRight .item{
    margin-top:10px;
    padding:0 5px;
    margin-bottom:10px;
    overflow:auto;
}
.readRecommedR .item img,.newsItemRight .item img{
    width:100%;
    display:inherit;
}
.readRecommedR .item a,.newsItemRight .item a{
    display:block;
}
    .readRecommedR .item .left ,.newsItemRight .item .left{
        float: left;
        width: 100px;
    }

    .readRecommedR .item .right ,.newsItemRight .item .right{
        width: 130px;
        float: left;
        padding: 5px;
    }

/************右侧专题推荐*****************/
.topicRecommedR .item{
    padding:0 5px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}

    .topicRecommedR .item .left {
        float: left;
        width: 100px;
    }
    .topicRecommedR .item .right {
        width: 130px;
        float: left;
        padding: 5px;
    }
    .topicRecommedR .item img {
        width: 100%;
        display: inherit;
    }
    .topicRecommedR .itemImg{
        display:none;
    }
    .topicRecommedR .showItem{
        display:block;
    }

    /*******右侧院校申请榜*******/
.collegeApplay .inner {
    margin-top: 15px;
    margin-bottom:15px;
}

.collegeApplay .item {
    line-height: 35px;
}
.collegeApplay .number {
    color: #888888;
    margin-left: 10px;
}

.collegeApplay .name {
    margin-left: 5px;
    display: inline-block;
}
.collegeApplay .hot {
    color: #1284d2;
}

/*********右侧热词***********/
.rightReCi .inner{
    padding:5px 15px;
    overflow:hidden;
}
.rightReCi .inner a{
    display:block;
    padding:0px 5px;
    margin-right:10px;
    margin-top:10px;
    float:left;
    background:#F0F0F0;
}
.rightReCi .inner a:hover{
    background:#DAD9D9;
    color:inherit;
}


/********表单*********/
.zx_pinggu{
    width:95%;
    background:#f3f3f3;
    overflow:hidden;
    margin-left:2.5%;
    padding:20px 0;
}
 .zx_pinggu .item{
      margin:10px 0 10px 8px;
      float:left;
  }
 .zx_pinggu .item span{
        line-height:30px;
        display:block;
        width:75px;
        text-align:right;
        float:left;
    }
  .zx_pinggu .item01 span{
        width:50px;
    }
.zx_pinggu .item input {
    width:130px;
    line-height:30px;
    height:30px;
    padding:0 5px ;
    border:1px solid #e4e4e4;
}
.zx_pinggu select {
    width: 52px;
    text-align: center;
    height: 30px;
    border: 0;
    border-right: 1px solid #ededed;
    float: left;
    color:#bebebe;
}

#txtContact {
    padding: 0 5px;
    width: 100px;
    height: 30px;
    border: 0;
    float: left;
}

.zx_pinggu .item .bdk {
    width:145px;
    line-height:30px;
    height:30px;
    padding:0 5px ;
    border:1px solid #e4e4e4;
    float:left;
    background:#fff;
}
.zx_pinggu .tjBtn {
    float: left;
    width: 100px;
    height: 30px;
    margin: 10px 0 10px 20px;
    cursor: pointer;
    background:#00b156;
    color:#fff;
    text-align:center;
    line-height:30px;
    border-radius:5px;
}
.zx_pinggu .tjBtn:hover{
    opacity:.8;
}


/***********标签页右侧表单**************/

.sgurightCP {
    border-top: 2px solid #1284d2 !important;
}
.sgurightCP .smpgBtn {
    background: #1284d2 !important;
}